home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
asmsrc
/
thesource-7.lha
/
Source
/
polyfit.lha
/
polyfit
/
Makefile
< prev
next >
Wrap
Makefile
|
1990-05-04
|
148b
|
12 lines
D = -O
CFLAGS = $(D) $(FLOAT)
FLOAT =
MATH = -lm
fit: fit.o mat.o
cc fit.o mat.o $(D) $(FLOAT) -o fit $(MATH)
fit.o: fit.h
mat.o: fit.h